home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20021006-20030409 / 000245_JDanSkinner@JDanSkinner.com_Sun Jan 26 13:08:59 EST 2003.msg < prev    next >
Text File  |  2003-04-08  |  2KB  |  44 lines

  1. Article: 14038 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: JDanSkinner@JDanSkinner.com (Dan Skinner)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Launching k95 2.1.3
  6. Date: 25 Jan 2003 20:29:00 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 25
  9. Message-ID: <8ce22d01.0301252028.2c1b59c1@posting.google.com>
  10. References: <8ce22d01.0301251014.5ea6982d@posting.google.com> <b0us61$cee$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 24.159.192.106
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1043555340 19640 127.0.0.1 (26 Jan 2003 04:29:00 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 26 Jan 2003 04:29:00 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14038
  18.  
  19. fdc@columbia.edu (Frank da Cruz) wrote in message news:<b0us61$cee$1@watsol.cc.columbia.edu>...
  20. > In article <8ce22d01.0301251014.5ea6982d@posting.google.com>,
  21. > Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
  22. > : I connect to a number of remote and local systems using K95, some with
  23. > : dialup, others telnet, and some ssh. Each connection is supported by
  24. > : it's own script. With the change from 2.1.1 to 2.1.3, I've noticed a
  25. > : significant increase in the number of frame resizings from initial
  26. > : launch to the final sizing by the connection script. I'm wondering if
  27. > : there is a way to disguise these changes in order to present a
  28. > : somewhat more professional appearance to customers who are often
  29. > : watching over my shoulder.
  30. > :
  31. > One way might be to start it --minimize'd and the restore it at the
  32. > appropriate moment in your script with SET GUI WINDOW RUN-MODE RESTORE.
  33. > - Frank
  34.  
  35. Kool idea!
  36. I've been launching my scripts with file association.
  37. I don't really want to make the association launch minimized
  38. so I guess the launch should be:
  39. c:\---k95g --minimized (script)
  40. What should the (script) parameter be?
  41. ( I looked in help and docs but it didn't jump out at me.)
  42. Regards...Dan.
  43.